Fix double accounting of border width
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Mar 2013 23:00:13 +0000 (19:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Mar 2013 23:01:25 +0000 (19:01 -0400)
commit2fe07c9068b1ad399c9162d2199802f200b03f64
treedaf310af5b3f8782e65c46c64b290b2c1ada33d1
parent75a1e8251e2c4718cb62e9e553a1c3e711399b95
Fix double accounting of border width

For csd, we were subtracting the border width one too many
times from the child height, causing clipped off content e.g.
in the 'Properties' window in testgtk.
gtk/gtkwindow.c